home *** CD-ROM | disk | FTP | other *** search
File List | 1994-10-07 | 1.7 KB | 55 lines |
-
- INTERNAL ERROR CODES
-
- MAXLIB For PB reports the following non-standard error codes
- under some conditions:
-
- -1 Failed to allocate a buffer string.
- -2 Invalid EMS array element number.
- -3 Invalid EMS array handle.
- -4 Invalid EMS array element length.
-
-
- COMMON DOS ERROR CODES
-
- This is not an exhaustive list of standard DOS error codes. It
- covers only the codes you would be most likely to encounter on a
- single-user, non-networked system. Consult a DOS reference for
- error codes not listed here.
-
- 2 File not found
- 3 Path not found
- 4 No file handles available
- 5 Access denied
- 6 Invalid handle
- 8 Insufficient memory
- 15 Invalid drive
- 19 Write-protected disk
- 21 Drive not ready
- 25 Seek error
- 26 Unknown media type
- 27 Disk sector not found
- 28 Out of paper (when writing to STDPRN)
- 29 Write fault
- 30 Read fault
- 31 General failure
-
-
- COMMON EMS ERROR CODES
-
- This is not an exhaustive list of EMS error codes. Consult a DOS
- reference for error codes not listed here.
-
- 128 Malfunction in EMM software
- 129 Malfunction in EMS hardware
- 131 Invalid handle
- 132 Invalid function
- 133 No handles available
- 134 Deallocation error
- 135 Not enough unused pages
- 136 Not enough pages in system
- 137 Zero pages requested during allocation
- 138 Tried to map a logical page not assigned to handle
- 139 Invalid page frame number (not 0-3)
-
-